Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update lib name to slippi_rust_extensions for Cargo 1.79 compat #424

Merged

Conversation

pylasnier
Copy link
Contributor

Cargo 1.79 breaks Linux build by replacing dashes with underscores in cargo metadata causing corrosion to generate incorrect lib names in CMake files before corrosion v0.5.0.

This just changes the lib name to use underscores instead of dashes to avoid any confusion.

Copy link
Member

@NikhilNarayana NikhilNarayana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works as expected, however the changes to SlippiRustExtensions should be PR'd in https://github.com/project-slippi/slippi-rust-extensions and this repo's PR should update to the latest commit in main once the former is merged

@pylasnier
Copy link
Contributor Author

this works as expected, however the changes to SlippiRustExtensions should be PR'd in https://github.com/project-slippi/slippi-rust-extensions and this repo's PR should update to the latest commit in main once the former is merged

Have now submitted the PR to the submodule upstream. I will update the commit here once it's merged

@NikhilNarayana NikhilNarayana changed the title Lib name change to slippi_rust_extensions for Cargo 1.79 compat fix: update lib name to slippi_rust_extensions for Cargo 1.79 compat Sep 17, 2024
@NikhilNarayana NikhilNarayana merged commit 5980277 into project-slippi:slippi Sep 17, 2024
8 checks passed
@pylasnier pylasnier deleted the pascal-lib-name-change branch September 17, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants